FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/neir-verification-status-vs

Packagefhir.nigeriaImmunization
Resource TypeValueSet
Idneir-verification-status-vs
FHIR VersionR4
Sourcehttp://nhin.example.ng/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ValueSet-neir-verification-status-vs.html
URLhttp://example.org/ValueSet/neir-verification-status-vs
Version0.1.0
Statusactive
Date2025-07-28T20:35:42+00:00
NameNEIRVerificationStatusVS
TitleNEIR Verification Status
Realmus
Authorityhl7
DescriptionSubset of allowed verification statuses for NEIR.

Resources that use this resource

StructureDefinition
NEIRAllergyIntoleranceNEIRAllergyIntolerance

Resources that this resource uses

CodeSystem
allergyintolerance-verificationAllergyIntolerance Verification Status

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet neir-verification-status-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
    CodeDisplayDefinition
    unconfirmedUnconfirmedThe propensity for a reaction to the identified substance has not been objectively verified.
    confirmedConfirmedThe propensity for a reaction to the identified substance has been objectively verified (which may include clinical evidence by testing, rechallenge, or observation).
    refutedRefutedA propensity for a reaction to the identified substance has been disputed or disproven with a sufficient level of clinical certainty to justify invalidating the assertion. This might or might not include testing or rechallenge.
    entered-in-errorEntered in ErrorThe statement was entered in error and is not valid.

Source

{
  "resourceType": "ValueSet",
  "id": "neir-verification-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/ValueSet/neir-verification-status-vs",
  "version": "0.1.0",
  "name": "NEIRVerificationStatusVS",
  "title": "NEIR Verification Status",
  "status": "active",
  "experimental": false,
  "date": "2025-07-28T20:35:42+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Subset of allowed verification statuses for NEIR.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "concept": [
          {
            "code": "unconfirmed"
          },
          {
            "code": "confirmed"
          },
          {
            "code": "refuted"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}